﻿.quotesTable .headerRow {
	background-color: #D0E2EE;
}
.quotesTable .instrumentRow{
	border-bottom: 1px solid #D0E2EE;
}

.quotesTable .openInstrumentRowFirstCol{
	border-left: 1px solid #D0E2EE;
	background-color: #ecf4f9;
}



.quotesTable .openInstrumentRow{
	background-color: #ecf4f9;
}

.quotesTable .valIncreased
{
    background-color: #0000ff;
    color: #ffffff;
    font-weight: bold;
}
.quotesTable .valDecreased
{
    background-color: #ff0000;
    color: #ffffff;
    font-weight: bold;
}

.quotesTable .valUnchanged
{
    color: #000000;
}

.quotesTable .trades .cancelTrade, .quotesTable .orderDepth .sellHighLight {
    background-color: #ff0000;
    color: #ffffff;
}

.quotesTable .trades .newTrade, .quotesTable .orderDepth .buyHighLight {
    background-color: #0000ff;
    color: #ffffff;
}



.quotesTable .openInstrumentRowLastCol{
	background-image: url('../images/quotes/lastOpenColMTF.jpg');
	background-position: right;
}


.quotesTable .openOrderDepthRow {
    border-right: 1px solid #D0E2EE;
    border-left: 1px solid #D0E2EE;
	border-bottom: 1px solid #D0E2EE;
    background-color: #ecf4f9;    
}
.quotesTable .openOrderDepthRowBg, .hooverInstrumentRow {
    background-color : #ecf4f9;
}

.quotesTable .openOrderDepthRowBg {
}

.quotesTable .orderDepthSplitter {
    background-color: #D0E2EE; 
}